-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use node v20 for CI #3992
Use node v20 for CI #3992
Conversation
✅ Deploy Preview for compassionate-pike-271cb3 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi @robrichard, I'm @github-actions bot happy to help you with this PR 👋 Supported commandsPlease post this commands in separate comments and only one per comment:
|
37bc4ed
to
66f3b67
Compare
@@ -30,10 +30,10 @@ | |||
}, | |||
"scripts": { | |||
"preversion": ". ./resources/checkgit.sh && npm ci --ignore-scripts", | |||
"version": "ts-node resources/gen-version.ts && npm test && git add src/version.ts", | |||
"version": "node --loader ts-node/esm resources/gen-version.ts && npm test && git add src/version.ts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks, good!
One problem is that it breaks, CI job that diffs packages.
If you can't quickly fix it, then just disable it since it's critical to dev workflow.
@IvanGoncharov i think the diff check breaks because it’s loading the prior commit which does not have the fixes in this pr. So I think once this is merged it will start working again |
No description provided.